Welcome![Sign In][Sign Up]
Location:
Search - Fisherface recognition

Search list

[Special EffectsFisherFace

Description: 一个高效的fisher人脸识别源代码,很有参考价值-an efficient fisher face recognition source code, of great reference value
Platform: | Size: 758823 | Author: 建国 | Hits:

[AI-NN-PRfisherprotected

Description: FISHERFACES FOR FACE RECOGNITION -FISHERFACES FOR FACE RECOGNITION
Platform: | Size: 308224 | Author: 李琳莉 | Hits:

[Special EffectsFisherFace

Description: 一个高效的fisher人脸识别源代码,很有参考价值-an efficient fisher face recognition source code, of great reference value
Platform: | Size: 758784 | Author: 建国 | Hits:

[BooksEigenfacesvsFisherfacesRecognition

Description: Eigenfaces vs. Fisherfaces Recognition
Platform: | Size: 2200576 | Author: 童灿 | Hits:

[Graph RecognizefisherFaceRecognitionSystem_v2

Description: fisher face recognition and the program is very nice for the face classification.-err
Platform: | Size: 182272 | Author: 杨红芳 | Hits:

[AI-NN-PRFisherFace1

Description: 最经典的人脸识别中的fisherface代码,在此之前要对特征空间降维,通常采用PCA降维,此代码基于降维实现类间与类内比值的最大化。-The most classic Face Recognition fisherface code, in this feature space prior to dimensionality reduction, PCA dimensionality reduction is usually used, this code-based dimensionality reduction to achieve between-class and category to maximize the ratio.
Platform: | Size: 1024 | Author: heying | Hits:

[Graph RecognizeFisherFace

Description: 人脸识别的经典算法的完美结合,PAC与FISHER算法C++实现,首先通过PCA进行维数约简,然后通过FISHER进行最有利的方向投影。识别效率是所有监督学习的上限。-Face Recognition Algorithm for the perfect combination of classic, PAC and FISHER algorithm C++ Realize, first of all carried out through the PCA dimension reduction, and then through to the most favorable FISHER projection direction. Recognition efficiency is all supervised learning ceiling.
Platform: | Size: 758784 | Author: NEO | Hits:

[Graph RecognizePCALDA

Description: 这是自己毕业设计做的PCA和LDA的结合,训练和识别过程都有,用的是ORL库里的图像,具有较高的识别率!-This is the pca+lda,and it has the good recognition!
Platform: | Size: 6144 | Author: rainbow | Hits:

[AI-NN-PREigenFisherFace.tar

Description: automatic face recognition -face recognition using eigenface method
Platform: | Size: 4036608 | Author: 陈才 | Hits:

[Graph RecognizeFace

Description: 人脸识别系统,采用人脸肤色检测进行人脸定位,并采用gabor并结合fisherface进行识别-Face Recognition System, Face Detection to Face color positioning, and use in combination with gabor identify fisherface
Platform: | Size: 2088960 | Author: addis | Hits:

[AI-NN-PRFLDbasedFaceRecognitionSystem_v2

Description: 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample script is included to showe their usage. In general, you should follow this order: 1. Select training and test database paths. 2. Select path of the test image. 3. Run CreateDatabase function to create 2D matrix of all training images. 4. Run FisherfaceCore function to produce basis s of facespace. 5. Run Recognition function to get the name of equivalent image in training database. For your convenience, I have prepared sample training and test databases, which are parts of face94 Essex face database [2]. You just need to copy the above functions, along with the training and test databases into a specified path (for example work path of your MATLAB root). Then follow dialog boxes, which will appear upon running examp
Platform: | Size: 262144 | Author: paul | Hits:

[Special EffectsFLD_based_Face_Recognition_System

Description: 基于FLD的人脸识别系统,使用快速小波变换,效果很好,适合学习-This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commented. Furthermore, a sample script and two small training and test databases are included to show their usage.
Platform: | Size: 182272 | Author: | Hits:

[Browser Pluginsfisherface

Description: this is a source code for face recognition using eigen faces
Platform: | Size: 364544 | Author: masoom | Hits:

[Graph RecognizeFLD_basedFaceRecognitionSystem_v

Description: 该程序实现了基于FLD的人脸识别系统,被称为 Fisherface 。 This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commente -该程序实现了基于FLD的人脸识别系统,被称为 Fisherface 。 This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commente
Platform: | Size: 184320 | Author: 刘凯 | Hits:

[AI-NN-PRfisherprotected

Description: This package containing the source code for face recognition using the fisherface method.
Platform: | Size: 251904 | Author: nick | Hits:

[Graph Recognizefisherface

Description: 人脸识别 做PRIJECT会用到 FISHER face-Fisher face recognition
Platform: | Size: 4096 | Author: 刘翼腾 | Hits:

[matlabFisherfaceCore

Description: MATLAB编的Fisher脸人脸识别程序- Fisherface recognition.m
Platform: | Size: 2048 | Author: zhaoganlu | Hits:

[OpenCVFaceRecog_src100902

Description: 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。注释很详细 程序中使用了OpenCV1.0和2.0,如果你没有安装这两者的库,或者想要看看运行效果,请到 http://code.google.com/p/facerecog/ 下载安装包。-An OpenCV-based face recognition demo. Gabor+Fisherface algorithm, face alignment and light normalization is implemented. Please go to http://code.google.com/p/facerecog/ to download latest codes, demo installer and OpenCV dlls.
Platform: | Size: 1487872 | Author: yk | Hits:

[Special EffectsFisherface-Recognition

Description: 完整实现Fisherface人脸识别,能够在AR、ORL、FERET等使用,采用彩色图像进行测试,实验效果好,有的能达到100 -This package implements a well-known FLD-based face recognition method, which is called Fisherface
Platform: | Size: 179200 | Author: yuanbh | Hits:

[Special Effectspattern2_a

Description: 闭集测试。用每个人的前5张图像作为训练,剩下的5张图像作为测试。给出用fisherface方法得到的识别率。-Closed set tests. With each of the first five images for training, the remaining 5 images as a test. Obtained by the method given by fisherface recognition rate.
Platform: | Size: 1024 | Author: houlun | Hits:
« 12 »

CodeBus www.codebus.net